home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / GetMailSRC.lha / GetMail.history < prev    next >
Text File  |  1995-06-04  |  2KB  |  84 lines

  1.  
  2. Version 1.11
  3.  
  4. General tidy up of some code.  If user used CTRL-C or program
  5. crashed the mail file was often left in use, fixed this.
  6.  
  7.  
  8. Version 1.10
  9.  
  10. Added HOME to the command line.  Partly so you don't have to use
  11. the env var but mainly to handle multiple AmiTCP users nicely.
  12. Results in correct header, signature & EMail address being used.
  13.  
  14.  
  15. Version 1.9
  16.  
  17. Can now get your EMailAddr from HOME:.EMailAddr which means
  18. no env var and can handle multiple AmiTCP users nicely.
  19.  
  20.  
  21. Version 1.8
  22.  
  23. If you are poping mail for a AmiTCP user other than the user
  24. currently logged on then the mail will be delivered to that
  25. users home directory (none functional on MLink).
  26.  
  27.  
  28. Version 1.7
  29.  
  30. You now no longer need to define the POPHost as an argument
  31. or even an environmental variable.  You can place an entry in
  32. the AmiTCP:db/hosts file with an alias of POPHost instead.
  33.  
  34. Many thanks to Michael mikey@scinter.AFTAC.GOV for advising me
  35. how to do this and therefore helping to improve GetMail.
  36.  
  37.  
  38. Version 1.6
  39.  
  40. Wow!  I finally found that dam Enforcer hit!
  41. Also upgraded the documentation.
  42.  
  43.  
  44. Version 1.5
  45.  
  46. The destination of the mail file is now located from the environmental
  47. variable 'HOME'.
  48.  
  49.  
  50. Version 1.4
  51.  
  52. Found that GetMail was under some circumstances setting the result code 2
  53. value when it shouldn't have.  Solutions seems to be make sure you call
  54. IoErr() after Dos GetVar calls and then SetIoErr(), curious!
  55.  
  56. Bug fix, was evaluating EMailAddr before POPHost, needs to be done the other
  57. way around so that EMailAddr can use the POPHost as a domain if required.
  58.  
  59. Changed default mail file to HOME:MailBox.InWard for new EMail program.
  60.  
  61.  
  62. Version 1.3
  63.  
  64. Bug fix for memory receive buffer too short.
  65.  
  66.  
  67. Version 1.2
  68.  
  69. Modified to work with MLink which has no AmiTCP:db/passwd file.
  70. Now uses the HOME: assign for mail destination, binary size now
  71. smaller :-)  This will have no impact on AmiTCP users as AmiTCP
  72. creates this assign during login.  MLink users will have to setup
  73. this assign manually.
  74.  
  75. Many thanks to mhatch@gate.net for advising me of this problem
  76. and therefore helping to improve GetMail.
  77.  
  78.  
  79. Version 1.1
  80.  
  81. First public release of GetMail!
  82.  
  83.  
  84.